const runtime._Grunnable
34 uses
runtime (current package)
coro.go#L226: casgstatus(gnext, _Gwaiting, _Grunnable)
coro.go#L227: casgstatus(gnext, _Grunnable, _Grunning)
debugcall.go#L242: casgstatus(gp, _Grunning, _Grunnable)
debugcall.go#L252: casgstatus(callingG, _Gwaiting, _Grunnable)
heapdump.go#L419: case _Grunnable,
mgcmark.go#L834: case _Grunnable, _Gsyscall, _Gwaiting:
mgcpacer.go#L811: casgstatus(gp, _Gwaiting, _Grunnable)
preempt.go#L163: case _Grunnable, _Gsyscall, _Gwaiting:
preempt.go#L270: case _Grunnable | _Gscan,
proc.go#L1034: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L1147: case _Grunnable,
proc.go#L1194: if oldval == _Gwaiting && gp.atomicstatus.Load() == _Grunnable {
proc.go#L1231: case _Grunnable:
proc.go#L1261: case _Grunnable:
proc.go#L1306: if oldstatus != _Gwaiting && oldstatus != _Grunnable {
proc.go#L3143: if status&^_Gscan != _Grunnable {
proc.go#L3223: casgstatus(gp, _Grunnable, _Grunning)
proc.go#L3278: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3346: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3394: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3411: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3541: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3605: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3886: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L4095: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L4123: casgstatus(gp, _Grunning, _Grunnable)
proc.go#L4244: casgstatus(gp, _Grunning, _Grunnable)
proc.go#L4786: casgstatus(gp, _Gsyscall, _Grunnable)
proc.go#L5062: var status uint32 = _Grunnable
proc.go#L5970: case _Grunnable,
runtime2.go#L41: _Grunnable // 1
runtime2.go#L102: _Gscanrunnable = _Gscan + _Grunnable // 0x1001
traceback.go#L1188: _Grunnable: "runnable",
tracestatus.go#L133: case _Grunnable:
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |